home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / misc / ledv1_00.lha / askled.bat next >
DOS Batch File  |  1995-01-26  |  103b  |  10 lines

  1. ;
  2. ; Example for usage in a batchscript
  3. ;
  4. led >NIL: 3
  5. if warn
  6.     echo "Led on"
  7. else
  8.     echo "Led off"
  9. endif
  10.